CreateUserSetting
Description
Modify the baseline check configuration and specify the number of days that the failure risk is automatically deleted.
Request Method
POST
Request Path
/apsara/route/aegis/CreateUserSetting
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
InvalidWarningKeepDays | BODY | integer | No | No sample value for this parameter. | The number of days the expired risk item is retained. The value range is: 7: indicates that the invalid risk item record is deleted after 7 days 30: indicates that the invalid risk item record is deleted after 30 days 90: indicates that the invalid risk item record is deleted after 90 days |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | no demo value | request ID. |
Example
Successful Response example
{
"RequestId":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}